ΓÇóOpen your simpletext document. It should look like this:
<HTML>
<HEAD>
<TITLE>
George's Most Excellent Home Page
</TITLE>
</HEAD>
<BODY>
<H1>George's Most Excellent Home Page</H1>
</BODY>
</HTML>
ΓÇóLet's insert the horizontal rule after your header. This is what it will look like:
<HTML>
<HEAD>
<TITLE>
George's Most Excellent Home Page
</TITLE>
</HEAD>
<BODY>
<H1>George's Most Excellent Home Page</H1>
<HR> ---------------------------> This is the horizontal rule.
</BODY>
</HTML>
ΓÇóSave the document and then open it up with your browser. Again the document has changed so use the RELOAD ORIGINAL button. Your document should have a straight line across the page underneath your title that is your header.
ΓÇóIf it doesn't then use the troubleshooting tips from drill 1.